Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 9b91c9ac80caba592028bd06c1872746b15729f2


Parents : b0d47b9
Author : Ivan <e46112d44649266d71fe2193e00a4710>
Signature : T66BB85Valid, signed by author
Date : 2026-07-25T15:53:36-05:00

chore: format

Changes

3 files changed, 4 insertions(+), 7 deletions(-)


Diff

diff --git a/meshchatx.rsm b/meshchatx.rsm
index 79fd0a57..f2d9c96f 100644
Binary files a/meshchatx.rsm and b/meshchatx.rsm differ

diff --git a/scripts/build-backend.js b/scripts/build-backend.js
index e4a5f589..d55e3fba 100755
--- a/scripts/build-backend.js
+++ b/scripts/build-backend.js
@@ -330,12 +330,7 @@ try {
}
const bakeCmdParts = pythonCmd.trim().split(/\s+/).filter(Boolean);
const bakeCmd = bakeCmdParts[0];
- let bakeArgs = [
- ...bakeCmdParts.slice(1),
- "-m",
- "meshchatx.src.backend.bake_frozen_lxst_native",
- buildDir,
- ];
+ let bakeArgs = [...bakeCmdParts.slice(1), "-m", "meshchatx.src.backend.bake_frozen_lxst_native", buildDir];
let bakeSpawnCmd = bakeCmd;
if (rosettaX64) {
bakeSpawnCmd = "arch";

diff --git a/tests/backend/test_bake_frozen_lxst_native.py b/tests/backend/test_bake_frozen_lxst_native.py
index 76067f11..6641d5e3 100644
--- a/tests/backend/test_bake_frozen_lxst_native.py
+++ b/tests/backend/test_bake_frozen_lxst_native.py
@@ -10,7 +10,9 @@ import pytest
from meshchatx.src.backend.bake_frozen_lxst_native import bake_lxst_filterlib
-def test_bake_lxst_filterlib_prunes_alien_blobs(tmp_path: Path, monkeypatch: pytest.MonkeyPatch) -> None:
+def test_bake_lxst_filterlib_prunes_alien_blobs(
+ tmp_path: Path, monkeypatch: pytest.MonkeyPatch
+) -> None:
lxst = tmp_path / "lib" / "LXST"
lxst.mkdir(parents=True)
(lxst / "filterlib.dll").write_bytes(b"win")


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────